.about-section {
  position: relative;
  padding-bottom: 150px;
}

.payment-ways__way {
}
.payment-ways__way .documents-item__img {
  max-width: 250px;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.payment-ways__way .documents-item__img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.about-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 363px;
  width: 100%;
  background: linear-gradient(
    180deg,
    #ffeae7 0,
    #fdf7f5 60%,
    #fffcfb 80%,
    #fffdfc 100%
  );
  z-index: -1;
}

.about-section .about-section-container {
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
}

.service-page .text-templates {
  padding-left: 120px;
  padding-right: 120px;
}

.about-section h1 {
  text-align: center;
  margin-bottom: 50px;
}

.about-section .mb-15 {
  margin-bottom: 15px;
}

.about-section .mb-30 {
  margin-bottom: 30px;
}

.about-section .mb-75 {
  margin-bottom: 75px;
}

.payment-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.payment-steps__step {
  position: relative;
  width: 100%;
}

.payment-steps__step .payment-steps__step-number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfded6;
  border-radius: 1px;
}

.payment-steps__step .payment-steps__step-content {
  width: calc(100% - 25px);
  margin-left: 25px;
  padding: 25px 25px 25px 50px;
  border: 1px solid #4b4b4b;
  border-radius: 1px;
}

.payment-steps__step .colored {
  padding: 25px 30px;
  background: #fff3ef;
  border-radius: 1px;
}

.payment-steps__divider {
  height: 25px;
  width: 1px;
  background: #4b4b4b;
}

@media screen and (max-width: 1439px) {
  .about-section {
    padding-bottom: 70px;
  }

  .about-section:before {
    height: 285px;
  }

  .about-section h1 {
    margin-bottom: 40px;
  }

  .about-section .about-section-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-page .text-templates {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-section .mb-15 {
    margin-bottom: 10px;
  }

  .about-section .mb-30 {
    margin-bottom: 20px;
  }

  .about-section .mb-75 {
    margin-bottom: 50px;
  }

  .payment-steps {
    row-gap: 10px;
  }

  .payment-steps__step > .payment-steps__step-number {
    height: 40px;
    width: 40px;
  }

  .payment-steps__step > .payment-steps__step-content {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 20px 20px 20px 40px;
  }

  .payment-steps__divider {
    height: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .about-section {
    padding-bottom: 30px;
  }

  .about-section:before {
    height: 106px;
  }

  .about-section .about-section-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-page .text-templates {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-section h1 {
    margin-bottom: 30px;
  }

  .about-section .mb-30 {
    margin-bottom: 15px;
  }

  .about-section .mb-75 {
    margin-bottom: 40px;
  }

  .payment-steps {
    row-gap: 5px;
  }

  .payment-steps__step > .payment-steps__step-number {
    height: 30px;
    width: 30px;
  }

  .payment-steps__step > .payment-steps__step-content {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 15px 10px 15px 25px;
  }

  .payment-steps__divider {
    height: 13px;
  }
}

@media screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 10px;
  }

  .about-section h1 {
    margin-bottom: 20px;
  }

  .about-section .about-section-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-page .text-templates {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-section .mb-75 {
    margin-bottom: 20px;
  }
}
